*** Readme for the closestPointOnParticle node ***

Plugin created by Dan Neufeldt.

This winRar includes a mel script that will create the node
for a selected particle object.
Please place it in your preferred Mel scripts directory.

The nodes attributes are:

input attributes:

	inputParticlePosition  	 shortname: inp
		connect a particles worldPosition attribute here
	inputParticleId	      shortname: ini
		connect the particles particleId attribute here
	
	inPosition			shortname: ip
	inPositionX			shortname: ipx
	inPositionY			shortname: ipy
	inPositionZ			shortname: ipz
		inputs for the point to find the closest particle to

output attributes:
	
	sortedId				shortname: sid
		the particles id's sorted by their distance from the input point
	sortedPosition			shortname: spn
		the particles positions sorted by their distance from the input point
	
	position				shortname: p
	positionX				shortname: px
	positionY				shortname: py
	positionZ				shortname: pz
		the closest point
		
	particleId			shortname: id
		the id of the closest point
		

this node inherits from MPxNode



created by Dan Neufeldt

If you find any bugs, etc.  please let me know.

www.nerfsafetysquid.com
dan@nerfsafetysquid.com



